home *** CD-ROM | disk | FTP | other *** search
/ Dynamic HTML Construction Kit / Dynamic HTML Construction Kit.iso / source_code / dhtmlunl / dhtml.exe / CD Content / Chap17 / dun17_1.txt next >
Encoding:
Text File  |  1997-12-18  |  592 b   |  14 lines

  1. <LAYER ID=mainMenu>
  2.  
  3.   <A HREF="company.html" onMouseOver="highlightOption(event);"
  4.  
  5.                          onMouseOut="unhighlightOption(event);">
  6.  
  7.     <IMG NAME=company SRC="company-off.gif"></A>
  8.  
  9.  
  10.  
  11.   <A HREF="products.html" onMouseOver="highlightOption(event);"
  12.  
  13.                           onMouseOut="unhighlightOption(event);">
  14.  
  15.     <IMG NAME=products SRC="products-off.gif"></A>
  16.  
  17.  
  18.  
  19.   <A HREF="support.html" onMouseOver="highlightOption(event);"
  20.  
  21.                          onMouseOut="unhighlightOption(event);">
  22.  
  23.     <IMG NAME=support SRC="support-off.gif"></A>
  24.  
  25. </LAYER>
  26.  
  27.